home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / registr / regcmd102.exe / {app} / RegCmd.exe / 0 / RCDATA / TFORMCONFIG / TFORMCONFIG.txt
Text File  |  2002-06-07  |  10KB  |  381 lines

  1. object FormConfig: TFormConfig
  2.   Left = 253
  3.   Top = 161
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = '*'
  7.   ClientHeight = 259
  8.   ClientWidth = 303
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Main_PageCtrl: TPageControl
  21.     Left = 8
  22.     Top = 8
  23.     Width = 289
  24.     Height = 217
  25.     ActivePage = Gen_Sheet
  26.     HotTrack = True
  27.     TabOrder = 0
  28.     object Gen_Sheet: TTabSheet
  29.       Caption = 'General'
  30.       object Gen_Panel: TPanel
  31.         Left = 8
  32.         Top = 8
  33.         Width = 265
  34.         Height = 57
  35.         BevelInner = bvRaised
  36.         BevelOuter = bvLowered
  37.         TabOrder = 0
  38.         object GridLines_Chk: TCheckBox
  39.           Left = 16
  40.           Top = 13
  41.           Width = 161
  42.           Height = 17
  43.           Caption = 'Show Gridlines in all Listviews'
  44.           Font.Charset = DEFAULT_CHARSET
  45.           Font.Color = clMaroon
  46.           Font.Height = -11
  47.           Font.Name = 'Tahoma'
  48.           Font.Style = []
  49.           ParentFont = False
  50.           TabOrder = 0
  51.         end
  52.         object BackShowsRoot_Chk: TCheckBox
  53.           Left = 16
  54.           Top = 29
  55.           Width = 217
  56.           Height = 17
  57.           Caption = 'Backspace in the root shows the root list'
  58.           Font.Charset = DEFAULT_CHARSET
  59.           Font.Color = clMaroon
  60.           Font.Height = -11
  61.           Font.Name = 'Tahoma'
  62.           Font.Style = []
  63.           ParentFont = False
  64.           TabOrder = 1
  65.         end
  66.       end
  67.       object Lists_Panel: TPanel
  68.         Left = 8
  69.         Top = 72
  70.         Width = 265
  71.         Height = 105
  72.         BevelInner = bvRaised
  73.         BevelOuter = bvLowered
  74.         TabOrder = 1
  75.         object Bookmarks_Label: TLabel
  76.           Left = 16
  77.           Top = 40
  78.           Width = 55
  79.           Height = 13
  80.           Caption = 'Bookmarks:'
  81.           Font.Charset = DEFAULT_CHARSET
  82.           Font.Color = clMaroon
  83.           Font.Height = -11
  84.           Font.Name = 'Tahoma'
  85.           Font.Style = []
  86.           ParentFont = False
  87.         end
  88.         object SearchRes_Label: TLabel
  89.           Left = 16
  90.           Top = 56
  91.           Width = 70
  92.           Height = 13
  93.           Caption = 'Search Result:'
  94.           Font.Charset = DEFAULT_CHARSET
  95.           Font.Color = clMaroon
  96.           Font.Height = -11
  97.           Font.Name = 'Tahoma'
  98.           Font.Style = []
  99.           ParentFont = False
  100.         end
  101.         object CopyItems_Label: TLabel
  102.           Left = 16
  103.           Top = 72
  104.           Width = 67
  105.           Height = 13
  106.           Caption = 'Copied Items:'
  107.           Font.Charset = DEFAULT_CHARSET
  108.           Font.Color = clMaroon
  109.           Font.Height = -11
  110.           Font.Name = 'Tahoma'
  111.           Font.Style = []
  112.           ParentFont = False
  113.         end
  114.         object AutoClose_Chk: TCheckBox
  115.           Left = 16
  116.           Top = 16
  117.           Width = 233
  118.           Height = 17
  119.           Caption = 'Close the list dialog automaticly on jump'
  120.           Font.Charset = DEFAULT_CHARSET
  121.           Font.Color = clMaroon
  122.           Font.Height = -11
  123.           Font.Name = 'Tahoma'
  124.           Font.Style = []
  125.           ParentFont = False
  126.           TabOrder = 0
  127.         end
  128.         object LoadBookMarks_Chk: TCheckBox
  129.           Left = 96
  130.           Top = 40
  131.           Width = 78
  132.           Height = 17
  133.           Caption = 'Auto Load'
  134.           Checked = True
  135.           Font.Charset = DEFAULT_CHARSET
  136.           Font.Color = clMaroon
  137.           Font.Height = -11
  138.           Font.Name = 'Tahoma'
  139.           Font.Style = []
  140.           ParentFont = False
  141.           State = cbChecked
  142.           TabOrder = 1
  143.         end
  144.         object LoadSearchRes_Chk: TCheckBox
  145.           Left = 96
  146.           Top = 56
  147.           Width = 78
  148.           Height = 17
  149.           Caption = 'Auto Load'
  150.           Checked = True
  151.           Font.Charset = DEFAULT_CHARSET
  152.           Font.Color = clMaroon
  153.           Font.Height = -11
  154.           Font.Name = 'Tahoma'
  155.           Font.Style = []
  156.           ParentFont = False
  157.           State = cbChecked
  158.           TabOrder = 2
  159.         end
  160.         object LoadCopyItems_Chk: TCheckBox
  161.           Left = 96
  162.           Top = 72
  163.           Width = 78
  164.           Height = 17
  165.           Caption = 'Auto Load'
  166.           Checked = True
  167.           Font.Charset = DEFAULT_CHARSET
  168.           Font.Color = clMaroon
  169.           Font.Height = -11
  170.           Font.Name = 'Tahoma'
  171.           Font.Style = []
  172.           ParentFont = False
  173.           State = cbChecked
  174.           TabOrder = 3
  175.         end
  176.         object SaveBookMarks_Chk: TCheckBox
  177.           Left = 176
  178.           Top = 40
  179.           Width = 78
  180.           Height = 17
  181.           Caption = 'Auto Save'
  182.           Checked = True
  183.           Font.Charset = DEFAULT_CHARSET
  184.           Font.Color = clMaroon
  185.           Font.Height = -11
  186.           Font.Name = 'Tahoma'
  187.           Font.Style = []
  188.           ParentFont = False
  189.           State = cbChecked
  190.           TabOrder = 4
  191.         end
  192.         object SaveSearchRes_Chk: TCheckBox
  193.           Left = 176
  194.           Top = 56
  195.           Width = 78
  196.           Height = 17
  197.           Caption = 'Auto Save'
  198.           Checked = True
  199.           Font.Charset = DEFAULT_CHARSET
  200.           Font.Color = clMaroon
  201.           Font.Height = -11
  202.           Font.Name = 'Tahoma'
  203.           Font.Style = []
  204.           ParentFont = False
  205.           State = cbChecked
  206.           TabOrder = 5
  207.         end
  208.         object SaveCopyItems_Chk: TCheckBox
  209.           Left = 176
  210.           Top = 72
  211.           Width = 78
  212.           Height = 17
  213.           Caption = 'Auto Save'
  214.           Checked = True
  215.           Font.Charset = DEFAULT_CHARSET
  216.           Font.Color = clMaroon
  217.           Font.Height = -11
  218.           Font.Name = 'Tahoma'
  219.           Font.Style = []
  220.           ParentFont = False
  221.           State = cbChecked
  222.           TabOrder = 6
  223.         end
  224.       end
  225.     end
  226.     object Visual_Sheet: TTabSheet
  227.       Caption = 'Font && Color'
  228.       ImageIndex = 2
  229.       object ListView_Grp: TGroupBox
  230.         Left = 8
  231.         Top = 8
  232.         Width = 265
  233.         Height = 109
  234.         Caption = 'ListViews'
  235.         TabOrder = 0
  236.         object ListView_Panel: TPanel
  237.           Left = 8
  238.           Top = 16
  239.           Width = 249
  240.           Height = 35
  241.           BevelOuter = bvLowered
  242.           BorderWidth = 2
  243.           Font.Charset = DEFAULT_CHARSET
  244.           Font.Color = clWindowText
  245.           Font.Height = -11
  246.           Font.Name = 'Tahoma'
  247.           Font.Style = []
  248.           ParentFont = False
  249.           TabOrder = 0
  250.         end
  251.         object Font_Btn: TButton
  252.           Tag = 1
  253.           Left = 8
  254.           Top = 56
  255.           Width = 89
  256.           Height = 21
  257.           Caption = 'Change Font'
  258.           Font.Charset = DEFAULT_CHARSET
  259.           Font.Color = clWindowText
  260.           Font.Height = -11
  261.           Font.Name = 'Tahoma'
  262.           Font.Style = []
  263.           ParentFont = False
  264.           TabOrder = 1
  265.           OnClick = ChangeFont_Cmd
  266.         end
  267.         object System_Btn: TButton
  268.           Tag = 1
  269.           Left = 8
  270.           Top = 80
  271.           Width = 89
  272.           Height = 21
  273.           Caption = 'System Font'
  274.           Font.Charset = DEFAULT_CHARSET
  275.           Font.Color = clWindowText
  276.           Font.Height = -11
  277.           Font.Name = 'Tahoma'
  278.           Font.Style = []
  279.           ParentFont = False
  280.           TabOrder = 4
  281.           OnClick = SysFont_Cmd
  282.         end
  283.         object BackCol_Btn: TButton
  284.           Tag = 1
  285.           Left = 104
  286.           Top = 56
  287.           Width = 73
  288.           Height = 21
  289.           Caption = 'Back Color'
  290.           Font.Charset = DEFAULT_CHARSET
  291.           Font.Color = clWindowText
  292.           Font.Height = -11
  293.           Font.Name = 'Tahoma'
  294.           Font.Style = []
  295.           ParentFont = False
  296.           TabOrder = 2
  297.           OnClick = ChangeColor_Cmd
  298.         end
  299.         object TextCol_Btn: TButton
  300.           Tag = 2
  301.           Left = 184
  302.           Top = 56
  303.           Width = 73
  304.           Height = 21
  305.           Caption = 'Text Color'
  306.           Font.Charset = DEFAULT_CHARSET
  307.           Font.Color = clWindowText
  308.           Font.Height = -11
  309.           Font.Name = 'Tahoma'
  310.           Font.Style = []
  311.           ParentFont = False
  312.           TabOrder = 3
  313.           OnClick = ChangeColor_Cmd
  314.         end
  315.         object RegCmdDef_Btn: TButton
  316.           Tag = 1
  317.           Left = 104
  318.           Top = 80
  319.           Width = 153
  320.           Height = 21
  321.           Caption = 'RegCmd Default'
  322.           Font.Charset = DEFAULT_CHARSET
  323.           Font.Color = clWindowText
  324.           Font.Height = -11
  325.           Font.Name = 'Tahoma'
  326.           Font.Style = []
  327.           ParentFont = False
  328.           TabOrder = 5
  329.           OnClick = RegCmdDef_Cmd
  330.         end
  331.       end
  332.     end
  333.   end
  334.   object Ok_Btn: TButton
  335.     Left = 88
  336.     Top = 232
  337.     Width = 65
  338.     Height = 21
  339.     Caption = '&OK'
  340.     Default = True
  341.     TabOrder = 1
  342.     OnClick = OkApply_Cmd
  343.   end
  344.   object Cancel_Btn: TButton
  345.     Left = 160
  346.     Top = 232
  347.     Width = 65
  348.     Height = 21
  349.     Cancel = True
  350.     Caption = '&Cancel'
  351.     TabOrder = 2
  352.     OnClick = Cancel_Cmd
  353.   end
  354.   object Apply_Btn: TButton
  355.     Left = 232
  356.     Top = 232
  357.     Width = 65
  358.     Height = 21
  359.     Caption = '&Apply'
  360.     TabOrder = 3
  361.     OnClick = OkApply_Cmd
  362.   end
  363.   object AzColorDlg1: TAzColorDlg
  364.     Caption = 'Choose Color'
  365.     Left = 8
  366.     Top = 229
  367.   end
  368.   object FontDialog1: TFontDialog
  369.     Font.Charset = DEFAULT_CHARSET
  370.     Font.Color = clWindowText
  371.     Font.Height = -11
  372.     Font.Name = 'MS Sans Serif'
  373.     Font.Style = []
  374.     MinFontSize = 0
  375.     MaxFontSize = 0
  376.     Options = [fdForceFontExist]
  377.     Left = 36
  378.     Top = 229
  379.   end
  380. end
  381.